home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$0000015E,$000000E5,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$00000163,$0000002A,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 640; Height is 480;
-
-
- Elements is [
- oBlack2,
- oSorry3
- ];
- Events is [
- cOffscreenEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_InitializeWave2; end
- ];
- end,
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cKR_SwitchPlus
- with Target is oSorry3; CookieFlag is true; CookieName is "SorryURL"; end
- ];
- end
- ];
- end;
-
- object oBlack2 is cBox
- with
- Flags is $00000050;
- Name is "Black";
- Region is {$FFFF000A,$00000000,$02580320};
- Cursor is oEmptyCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
- Kind is DrawOpaque;
- end;
-
- object oSorry3 is cImage
- with
- Flags is $00000154;
- Name is "Sorry";
- Cursor is oArrowCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
-
-
-
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cQuitCommand
- with end
- ];
- end
- ];
- end;